{
    "error": {
        "not_standing_up": "You need to be on solid ground to put this on...",
        "need_otube": "You need to refill your oxygen! Get a replacement air supply!",
        "underwater": "You cannot do this underwater..."
    },
    "success": {
        "took_out": "You've taken your gear off!",
        "tube_filled": "You've successfully refilled your air tank!"
    },
    "info": {
        "put_suit": "Putting on your diving suit...",
        "pullout_suit": "Taking off your diving suit...",
        "filling_air": "Filling air..."
    }
}